.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  width: 100%;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.mySwiper2 {
  width: 86%;
  height: 100%;
  margin: 0 7%;
}
.mySwiper2 .swiper-slide {
  overflow: hidden;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  object-fit: contain;
}
.mySwiper2 .swiper-slide img:hover {
  transform: scale(1.2);
  transition: 300ms;
}
@media (max-width: 760px) {
  .mySwiper2 {
    width: calc(100% - 50px);
    margin: 0 25px;
  }
}
.mySwiper3 {
  width: 100%;
}
.mySwiper3 .swiper-slide .b {
  display: none;
}
.mySwiper3 .swiper-slide img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .mySwiper3{
    display: none;
  }
  /*.mySwiper3 .swiper-slide .b {*/
  /*  display: block;*/
  /*}*/
  /*.mySwiper3 .swiper-slide .a {*/
  /*  display: none;*/
  /*}*/
}
.mySwiper .swiper-pagination-bullet {
  position: relative;
  width: 18px!important;
  height: 18px!important;
  background: url(../img/003.png) no-repeat !important;
  background-size: 100% 100%!important;
  opacity: 1!important;
  margin: 20px 0!important;
}
.mySwiper .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -0.5px;
  width: 1px;
  height: 40px;
  background-color: white;
}
.mySwiper .swiper-pagination-bullet:nth-last-child(1):before {
  display: none;
}
.mySwiper .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -8px;
  width: 65px;
  height: 50px;
  background: url(../img/002.png);
  background-size: 100% 100%;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: 1!important;
  background: url(../img/003.png) no-repeat !important;
  background-size: 100% 100%!important;
}
.mySwiper .swiper-pagination-horizontal {
  width: auto!important;
  height: 95%;
  bottom: 5%!important;
  left: calc(100% - 100px) !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 760px) {
  .mySwiper .swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    background: white!important;
    opacity: 0.5 !important;
    margin: 0 5px!important;
  }
  .mySwiper .swiper-pagination-bullet:before {
    display: none;
  }
  .mySwiper .swiper-pagination-bullet-active {
    background: white!important;
    opacity: 1!important;
  }
  .mySwiper .swiper-pagination-bullet-active:after {
    display: none;
  }
  .mySwiper .swiper-pagination-horizontal {
    width: 100%!important;
    height: auto!important;
    bottom: 10px!important;
    left: 0!important;
    display: block;
  }
}
.mySwiper3 .swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
}
